2006-04-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (text_window_realize): Lower the window, to
prevent late-constructed text windows from covering child
widgets. (#336796, Yevgen Muntyan)
2006-04-05 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktextview.c (text_window_realize): Lower the window, to
+ prevent late-constructed text windows from covering child
+ widgets. (#336796, Yevgen Muntyan)
+
* gtk/gtkmain.c (gtk_grab_add, gtk_grab_remove, gtk_grab_notify)
(gtk_grab_notify_foreach): Rework the code which emits ::grab-notify
signals to ensure that we emit enough signals. Also optimize the
2006-04-05 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktextview.c (text_window_realize): Lower the window, to
+ prevent late-constructed text windows from covering child
+ widgets. (#336796, Yevgen Muntyan)
+
* gtk/gtkmain.c (gtk_grab_add, gtk_grab_remove, gtk_grab_notify)
(gtk_grab_notify_foreach): Rework the code which emits ::grab-notify
signals to ensure that we emit enough signals. Also optimize the
gdk_window_show (win->window);
gdk_window_set_user_data (win->window, win->widget);
+ gdk_window_lower (win->window);
attributes.x = 0;
attributes.y = 0;